home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / drucker / brother / hl1260 / hl1260d1.exe / START.BAT < prev    next >
DOS Batch File  |  1996-01-09  |  2KB  |  45 lines

  1. :start
  2. @echo off
  3. cls
  4. echo.
  5. echo.
  6. echo.
  7. echo         ┌────────────────────────────────────────────────────────────┐
  8. echo         │              BROTHER HL-600 Serie NV-RAM-Update            │█
  9. echo         ├────────────────────────────────────────────────────────────┤█
  10. echo         │                                                            │█
  11. echo         │                                                            │█
  12. echo         │             1 ..... Konfigurationsliste drucken.           │█
  13. echo         │             2 ..... Update HL-630/631                      │█
  14. echo         │             3 ..... Update HL-660                          │█
  15. echo         │                                                            │█
  16. echo         │            ESC .... Ende des Programms                     │█
  17. echo         ├────────────────────────────────────────────────────────────┤█
  18. echo         │           (c) 1996 by Brother International GmbH           │█
  19. echo         └────────────────────────────────────────────────────────────┘█
  20. echo          ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  21. taste
  22. if errorlevel = 51 goto HL660
  23. if errorlevel = 50 goto HL630
  24. if errorlevel = 49 goto Konfig
  25. if errorlevel = 48 goto ende
  26. if errorlevel = 27 goto ende
  27. goto start
  28. :Konfig
  29. echo          Konfigurationsliste wird gedruckt ........
  30. copy /b Konfigl.prn lpt1: >NUL
  31. goto start
  32. :HL630
  33. echo          NVRAM Setup HL-630/631 wird durchgeführt ...
  34. NV630new.exe
  35.  
  36. goto start
  37. :HL660
  38. echo          NV-RAM Setup HL-660 wird durchgeführt ...
  39. NV660new.exe
  40.  
  41. goto start
  42. cls
  43. taste
  44. :ende
  45. cls